<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



@font-face {

    font-family: 'Montserrat-Regular';

    src: url(fonts/Montserrat-Regular.otf);

    font-display: swap;

}





@charset "utf-8";

html {

    color: #444;

    font-size: 14px;

    font-family:"思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;

    height: 100%;

    background: #fff;

}



@media (min-width: 1025px) {

   

    html {

        font-size: 34px!important;

    }

    body{

        -ms-overflow-style: scrollbar;

    }

}

@media (min-width: 1440px) {

    html {

        font-size: 34px!important;

    }

}

@media (min-width: 1680px) {

    html {

        font-size: 36px!important;

    }

}





* {

    margin: 0;

    padding: 0;

   

}



table {

    border-collapse: collapse;

    border-spacing: 0

}



em,

cite {

    font-style: normal

}



fieldset,

img {

    border: 0

}



li {

    list-style: none

}



caption,

th {

    text-align: left

}



q:before,

q:after {

    content: ''

}



abbr,

acronym {

    border: 0;

    font-variant: normal

}



sup {

    vertical-align: baseline

}



sub {

    vertical-align: baseline

}



legend {

    color: #000

}



input,

button,

textarea,

select,

optgroup,

option {

    font-family: inherit;

    font-size: inherit;

    font-style: inherit;

    font-weight: inherit

}



input,

button,

textarea,

select {

    *font-size: 100%

}



a {

    color: #666;

}



a:link,

a:visited {

    text-decoration: none;

    font-family: Arial, "Microsoft YaHei", simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida

}



a:hover,

a:active {

    text-decoration: none;

}



input,

select {

    outline: none

}



body {

    background: #fff;

}



* {

    transition-duration: 0.3s;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.w1 {

    max-width: 1300px;

    margin: 0 auto;

    display: block;

}





.clearfix::after {

    content: "";

    display: block;

    height: 0;

    clear: both;

    overflow: visible;

}



.clearfix {

    zoom: 1;

}



.textflow {

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



/* 首页 */



.header {

    width: 100%;

    z-index: 999;

    background: #fff;   

    position: relative;

}

.top_nav{ width: 80%; margin: 0 auto; display: block; }

.top_nav .logo {

    width: 36%;  

      margin-top:.5rem;

   

}
.db_logo{}
.db_logo img{ width: 180px; display: block; }

.top_nav .logo img {    
    display: block;
    float: left;
    max-width: 40%;
    margin-right: .2rem;
    margin-top: .3rem;  
}

.top_nav .logo .lo_txt{ float: left;

    border-left: 1px solid #ccc;

    padding-left: 0.4rem;

    margin-left: 0.2rem; }

.top_nav .logo .lo_txt p{    font-size: .42rem;
    line-height: 1.4;
    color: #171717;}



@media (max-width: 1450px) {

    .top_nav{ width: 100%; padding: 0 30px;    box-sizing: border-box;}

}



.flash{ width: 100%; display: block; overflow: hidden; }

/* 导航 */



.navlist {
    width: 55%;
    margin-right: 2%;
}

#webmenu {
    height: 58px;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#webmenu a {
    font-size: 14px;
}

#webmenu li .nav_on {
    border: none;
    padding: 0 15px;
}

#webmenu li .nav_on:hover {
    background: none;
}

#webmenu li ul {
    display: none;
    overflow: visible !important;
}

#webmenu li ul li {
    float: none;
}

*html #webmenu li ul li {
    display: inline;
}

#webmenu li ul a {
    float: none;
    line-height: 78px;
    height: 78px;
    padding: 0 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}

#webmenu .height-auto {
    line-height: 15px;
    padding: 5px 10px;
}

.second-menu,
.third-menu,
.fourth-menu {
    position: absolute;
}

.first-menu li {
    float: left;
    position: relative;
}

.first-menu a {
    float: left;
    display: block;
    padding: 0 18px;
    height: 78px;
    line-height: 78px;
    color: #333;
    font-size: 16px !important;
}
@media (max-width: 1650px) {

   .first-menu a{ padding: 0 12px;} 
}

.first-menu a:after{ content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 75px;

    width: 0;

    height: 3px;

    background: #d71820;

    transition: all .3s;
  }
.first-menu a:hover:after{ width: 100%; } 
.first-menu a:hover{color: #d71820;}
.first-menu .navdown{ color: #d71820; } 
.first-menu .navdown:after{ width: 100%;}
.first-menu a:hover {
   
}

.second-menu {
    top: 78px;
    left: -35%;
    background: rgba(0, 0, 0, 0.6)
}
.second-menu li a,.third-menu li a{ line-height: 40px !important; height: 40px !important; }
.second-menu li a:hover,.third-menu li a:hover{ background: #d71820 !important; color: #fff; }

.second-menu li a:after,.third-menu li a:after{ display: none; }

*html .second-menu {
    right: -1px;
}

.second-menu a {
    font-size: 14px !important;
    color: #fff;
}

.second-menu a.arrow {}

.second-menu a.arrow:hover {}

.second-menu a.arrow-02 {}

.second-menu a.arrow-02:hover {}

.third-menu,
.fourth-menu {
    width: 150px;
    top: 0;
    left: 150px;
}

.third-menu a {
    background: #4c4c4c;
    font-weight: normal;
    color: #fff;
}

#subMgm {
    width: 150px;
}

#subMgm .third-menu {
    left: 150px;
}

#subMgm .fourth-menu {
    left: 150px;
}

#subMusic,
#subNews {
    width: 150px;
}


.nav_out {

    width: 100%;

    display: block;

    margin: 0 auto;

}



.tem_head nav {

    width: 100%;

    height: 78px;

    line-height: 78px;

    position: relative;

}



.tem_head nav .nav002 {

    position: relative;

    display: flex;

    justify-content: space-around;

}



.tem_head nav .nav002 li {

    line-height: 78px;

    position: relative;

}



.tem_head nav .nav002 li.icon::after {

    content: "";

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    top: 50%;

    right: -15px;

    transform: translateY(-50%);

    width: 0;

    height: 0;

    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-top: 5px solid #000;

}



.tem_head nav .nav002 li.icon:hover::after {

    transform: rotateZ(180deg);

    margin-top: -2px;

    transition: all .3s;

}



.tem_head nav a {

    display: block;

    font-size: .45rem;

    text-align: center;

    color: #171717;

    position: relative

}



.tem_head nav li&gt;a::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 75px;

    width: 0;

    height: 3px;

    background: #d71820;

    transition: all .3s;

}



.tem_head nav a:hover::after {

    width: 100%

}



.tem_head nav li&gt;a:hover {

    line-height: 78px;

    color: #d71820;

}



.tem_head nav li&gt;a.navdown {

    position: relative;

    color: #d71820;

}



.tem_head nav li&gt;a.navdown::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 75px;

    width: 100%;

    height: 3px;

    background: #d71820;

}





.tem_head nav .nav002 ul{ 
    width:170px;opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 9999;
    padding:8px 0;
    box-sizing: border-box;
    background: rgba(20, 20, 20, 0.6);}

 .tem_head nav .nav002 li:hover ul{ top: 85px;
    left: -50%;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li&gt;ul li{ position: relative; }
.tem_head nav  li&gt;ul li a{ display: block; font-size: 14px; line-height: 40px !important; color: #fff; }
.tem_head nav  li&gt;ul li a:hover{  background: #1b46a3; color: #fff; }
.tem_head nav  li&gt;ul li a:after{ display: none; }

.header02 .tem_head nav li&gt;ul li a{ color: #fff !important; }

.tem_head nav  li&gt;ul li .third-menu{ position: absolute; left: 150px; width: 150px; top:0; }


.top_search {

    margin-top: .7rem;

    position: relative;

    width: .9rem;

    height: .9rem;

    background: #eeeeee;

    border-radius: 50%;

    overflow: hidden;

}



.top_search img {

    display: block;

  margin: .26rem;

}



.head_search {

    width: calc(100% - 32px);

    float: left;

}



.head_search .boxs {

    width: 100%;

    height: 32px;

    background: #eee;

    overflow: hidden;

    box-sizing: border-box;

    padding-left: 8%;

}



.head_search input {

    border: none;

    outline: none;

}



.head_search input::-webkit-input-placeholder {

    color: #cac7c7;

}



.head_search .texts {

    width: 100%;

    height: 32px;

    float: left;

    font-size: 14px;

    background: transparent;

}



.head_search .btnSubmits {

    width: 34px;

    height: 32px;

    background: url(../images/sea_btn.png) no-repeat center;

    position: absolute;

    top: 0;

    right: 0;

    display: none;

}





@media (max-width: 1360px) {

  .w1 {   

    padding: 0 30px;

    display: block;

    box-sizing: border-box;

}

.top_nav{   

    padding: 0 30px;

    box-sizing: border-box;

   width: 100%;

   

}

  

}



.head-search__modal {

    display: none;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #0b2a8d;

    z-index: 9999;

}

.head-search__mcont {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    max-width: 80%;

    width: 100%;

}

.head-search__mcont input {

    width: 100%;

    height: 38px;

    color: #fff;

    padding: 0;

    background-color: transparent;

    border: none;

    border-bottom: 1px solid rgba(255,255,255,0.6);

    font-size: 16px;

}

.head-search__mcont input::placeholder{ color: #fff; }



.hsm-btn {

    padding: 0;

    background-color: transparent;

    outline: none;

    border: none;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    color: #fff;

    cursor: pointer;

    z-index: 20;

    font-size: 18px;

}



.hsm-close {

    -webkit-transition: transform .3s linear;

    -webkit-transition: -webkit-transform .3s linear;

    transition: -webkit-transform .3s linear;

    -o-transition: transform .3s linear;

    transition: transform .3s linear;

    transition: transform .3s linear, -webkit-transform .3s linear;

    position: absolute;

    display: inline-block;    

         right: 12px;

    top: 16px;

    color: #fff;

    cursor: pointer;

    font-size: 20px;

}

.hsm-close:hover{color: #fff;

    transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-o-transform: rotate(360deg);

-ms-transform: rotate(360deg);}



@media (min-width: 768px){

.head-search__mcont {

   max-width: 500px;

    width: 100%;

}

.head-search__modal .hsm-close {

    right: 120px;

    top: 25px;

    font-size: 20px;

}

}

@media (min-width: 992px){

    .head-search__mcont {

   max-width: 830px;

    width: 100%;

}

}



/* 产品中心  */

.section01{ padding: .7rem 0; display: block; }

.pro_tit{ text-align: center;  }

.pro_tit h3{ position: relative; line-height: 2; font-size: .9rem; color: #333333; font-weight: bold; padding-bottom: .1rem }

.pro_tit h3:after{content: "";

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    bottom: 0;

    left:50%;

    margin-left:-4px;    

    transform: translateY(-50%);

    width: 0;

    height: 0;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-top: 8px solid #d71820;}

.product_con{ margin-top:.7rem; display: block; overflow: hidden; }

.product_con dl{ background: #eff2f7; width:32.3%; margin-right: 1.5%; float: left; display: block; padding:.5rem .6rem; box-sizing: border-box; margin-bottom: .4rem }

.product_con dl:nth-child(3),.product_con dl:nth-child(7){ margin-right: 0; }

.product_con dl:nth-child(4),.product_con dl:nth-child(5),.product_con dl:nth-child(6),.product_con dl:nth-child(7){ width: 23.875%; }

.product_con dl dt{ display: block; }

.product_con dl dt h3{ font-size: .6rem; color: #313131; line-height:2; }

.product_con dl dt p{ font-size: .45rem; color: #666;  line-height: 1.6; height: 1.2rem; margin:.2rem 0 .4rem; }

.product_con dl dt span{ display: block; font-size: .4rem; color: #d71820; }

.product_con dl dd{ display: block; overflow: hidden; padding: .3rem 0 }

.product_con dl dd img{ display: block; margin: 0 auto; max-width: 100%; -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s; }

.product_con dl:hover dd img{ -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}



.public_more{ width: 210px; display: block; overflow: hidden; margin: .6rem auto;  }

.public_more a{ position: relative; display: block; text-align: center; color: #222; 

    border-radius: 30px;border:1px solid #929292; line-height: 2; padding: .2rem 0;  }

 .public_more a span{ position: relative;color: #141414;  z-index: 8;font-size: .42rem; display: block; }   

.public_more a:after{ width: 0;  height: 100%; position: absolute; content:''; top:0; left:0; background: #d71820;border-radius: 30px; transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;z-index: 2}

.public_more a:hover:after{ width: 100%; }

.public_more a:hover span{ color: #fff; }



.public_more02{ width: 150px; display: block; overflow: hidden; margin: .6rem 0;  }

.public_more02 a{ position: relative; display: block; text-align: center; color: #222; 

    border-radius: 30px;border:1px solid #929292; line-height: 2; padding: .2rem 0;  }

 .public_more02 a span{ position: relative;color: #141414;  z-index: 8;font-size: .42rem; display: block; }   

.public_more02 a:after{ width: 0;  height: 100%; position: absolute; content:''; top:0; left:0; background: #d71820;border-radius: 30px; transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;z-index: 2}

.public_more02 a:hover:after{ width: 100%; }

.public_more02 a:hover span{ color: #fff; }



/* 解决方案  */

.section02{display: block;}

.solutions_list{ margin-top:.7rem;display: block; overflow: hidden; }

.solutions_list dl{ position: relative; width: 32%; margin-right:2%; margin-bottom: .6rem; float: left; display: block; overflow: hidden;}

.solutions_list dl:nth-child(2){ width: 66%; margin-right: 0; }

.solutions_list dl:nth-child(5){margin-right: 0;}

.solutions_list dl dt{ display: block; overflow: hidden; }

.solutions_list dl dt img{ max-width: 100%;display: block;  -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s; }

.solutions_list dl:hover dt img{ -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.solutions_list dl dd{position: absolute;

    bottom: -.8rem;

    z-index: 5;

    width: 100%;   

    opacity: .8; padding:.2rem .5rem .3rem; box-sizing: border-box;

background-image: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 70%);

-webkit-transition: all .5s;

    -ms-transition: all .5s;

    -o-transition: all .5s;

    -moz-transition: all .5s;

}

.solutions_list dl dd h3{ font-size: .6rem; color: #fff; line-height: 2.2; }

.solutions_list dl dd p{ font-size: .42rem; color: #fff; line-height: 1.5; }

.solutions_list dl dd span{ font-size: .4rem; background: url(../images/icon-arrow-right-red.png) right no-repeat;

 padding-right: .3rem; color: #fff; line-height: 2;opacity: 0; display: block; margin-top:.2rem; width: 1.8rem; }

 .solutions_list dl:hover dd{ bottom:0; }

.solutions_list dl:hover dd span{ opacity: 1;-webkit-transition: all .5s;

    -ms-transition: all .5s;

    -o-transition: all .5s;

    -moz-transition: all .5s; }



/* 解决方案  */

.section03{ padding:.6rem 0; }

.case_list{margin-top:.5rem;display: block; overflow: hidden;}

.case_list .tab-hd{ display: block; overflow: hidden; text-align: center;  }

.case_list .tab-hd li{ display: inline-block; font-size: .5rem; color: #494949; margin-right: .2rem; cursor: pointer; }

.case_list .tab-hd li.active02{ font-weight: bold; color: #1d1d1d; }

.case_list .tab-bd{ margin-top:.5rem;display: block; overflow: hidden; }

.case_list .tab-bd li{ display: none; }

.case_list .tab-bd li.thisclass{ display: list-item; }

.case01{ display: block;overflow: hidden; }

.case01 dl{ width: 23.875%; float: left; margin-right: 1.5%; margin-bottom: .5rem; display: block; overflow: hidden; }

.case01 dl:nth-child(4n){ margin-right: 0; }

.case01 dl dt{ display: block; overflow: hidden; }

.case01 dl dt img{ width: 100%; display: block; -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;}

.case01 dl:hover dt img{ -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.case01 dl dd{ position: relative; padding:.5rem .3rem; display: block; }

.case01 dl dd h3{ font-size: .5rem; color: #3b3b3b; line-height: 2; }

.case01 dl dd p{ font-size: .4rem; color: #919191; line-height: 1.6; }

.case01 dl dd span{ width: 2.2rem; background: #535353; position: absolute; right:.2rem; top:.8rem; 

    display: block; font-size: .4rem; color: #fff; text-align: center; line-height: 1.8; padding:.2rem 0; text-transform: uppercase; }





/*新闻资讯  */

.ne_cc{ overflow: hidden; padding-bottom: .5rem; }

.section04{ background: #f8f8f8; padding:.7rem 0;display: block; }

.news_01{ margin-top:.9rem;display: block;  background: #fff;    overflow: hidden; position: relative; }

.news_top{ width: 35%;display: block;  }

.news_top dl{ display: block; border-right: 1px solid #e0e0e0; }

.news_top dl dt{display: block; overflow: hidden;}

.news_top dl dt img{ width: 100%; display: block;-webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;}

.news_top dl:hover dt img{ -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}    

.news_top dl dd{ padding:20px 30px 20px 35px; overflow: hidden;  }

.news_top dl dd i{ background: #fae9e8; font-size: .35rem; color: #d71820; line-height: 2; padding:5px 10px; font-style: normal; }

.news_top dl dd h3{ font-size: .52rem; color: #333; line-height: 1.6;    margin-bottom: 12px; }

.news_top dl dd p{ font-size: .4rem; color:#666; line-height: 1.8; margin-bottom: 6px; }

.news_top dl dd span{ font-size: .38rem; color: #999; display: block }

.news_top dl:hover{  box-shadow:0 0 15px 0 rgba(0,0,0,0.13);z-index:1 }

.news_tj{ width: 65%;display:flex;flex-wrap:wrap; position: absolute; right: 0; height: 100%; }

.news_tj dl{ width:calc(50% - 1px);height:auto;background:#fff; box-sizing: border-box;

    padding:5px 30px 30px 35px;margin-bottom:1px;transition:.3s all;-webkit-transition:.3s all;cursor:pointer; border-right: 1px solid #e0e0e0;

    border-bottom: 1px solid #e0e0e0; height: 50%; }

.news_tj dl:nth-child(2n){ border-right: none; }

.news_tj dl dd{  overflow: hidden;  }

.news_tj dl dd i{ background: #fae9e8; font-size: .35rem; color: #d71820; line-height: 2; padding:5px 10px; font-style: normal; }

.news_tj dl dd h3{ font-size: .52rem; color: #333; line-height: 1.6; margin-bottom: 12px;}

.news_tj dl dd p{ font-size: .4rem; color:#666; line-height: 1.8;  margin-bottom: 6px;  }

.news_tj dl dd span{ font-size: .38rem; color: #999; display: block }

.news_tj dl:hover{ box-shadow:0 0 15px 0 rgba(0,0,0,0.13);z-index:1 }





/*关于我们   */

.section05{ position: relative; padding:1.5rem 0 1.5rem;    overflow: hidden; min-height: 500px; }

.section05 .about_pic{ width: 48%; position: absolute;top:0; left:0;  display: block; }
#about_img{ width: 100%; display: block; position: relative; overflow: hidden; }
#about_img .swiper-slide{}
#about_img .swiper-slide .z_img{display: block; overflow: hidden;}
#about_img .swiper-slide .z_img img{ max-width: 100%; }
#about_img .swiper-button-prev{background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px; outline: none; }

#about_img .swiper-button-next{    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;outline: none;}

#about_img .swiper-button-prev:after,#about_img .swiper-button-next:after{ content:''; } 

.section05 .about_pic img{ max-width: 100%; display: block;   

    min-height: 600px; }

.about_cc{ width: 49%; display: block; overflow: hidden; }

.about_cc .about_txt{ display: block;overflow: hidden; }

.about_cc .about_txt h3{ font-size: 1rem; color: #333333; line-height: 2; }

.about_cc .about_txt p{ font-size: .42rem; color: #8e8e8e; line-height: 2; margin:.6rem 0 1rem; }



.ab_sj{ margin-top:1.5rem; display: block; overflow: hidden; }

.ab_sj ul{ list-style: none;display: flex; overflow: hidden; }

.ab_sj ul li{ width: 31%;}

.ab_sj ul li:nth-child(2){ width: 38%; }

.ab_sj ul li i{ width: 50px;height: 50px;  display: inline-block; }

.ab_sj ul li .a01{ background: url(../images/ico.png) -10px -12px no-repeat }

.ab_sj ul li .a02{ background: url(../images/ico.png) -72px -12px no-repeat }

.ab_sj ul li .a03{ background: url(../images/ico.png) -138px -12px no-repeat }

.ab_sj ul li .sj_lb{width: calc(100% - 60px); display: inline-block;  }

.ab_sj ul li .sj_lb span{ font-size: .4rem; color: #333; line-height: 1rem; }

.ab_sj ul li .sj_lb span b{ font-size: 1.2rem; }

.ab_sj ul li .sj_lb p{ font-size: .43rem; color: #6a6a6a; }



/* 底部  */

.subsite{ padding:15px 0; overflow: hidden;}

.subsite ul{ overflow: hidden; list-style: none; }

.subsite ul li{ font-size: 16px; color: #333; line-height: 40px; float: left; }

.subsite ul li a{ font-size:.4rem; color: #666; display: block; padding:0 .3rem;line-height: 40px;}

.footer{ background: url(../images/bottom_bg.jpg) no-repeat; background-size: cover; padding-top: .5rem; }

.db_nav{ width: 100%; display: flex; margin-top:30px; }

.db_nav dl{ width:16.6%;display: block;}



.db_nav dl dt{ font-size: .5rem; color: #141414; line-height: 1.6; font-weight: bold; } 

.db_nav dl dd{ padding:15px 0;  display: block;}

.db_nav dl dd a{ font-size: .4rem; color: #444; line-height: 2.1; display: block; }

.db_nav dl dd a:hover{ padding-left: 5px; color: #666; }



.db_nav dl dd .select{ display: block;  border:1px solid #ccc;  background: url(../images/ico111.png) 90% no-repeat #fff;border-radius:30px; position: relative;}

.db_nav dl dd .select span{font-size: .4rem; color: #333; line-height: 2;display: block;  padding-left: .4rem }

.db_nav dl dd .select ul{ list-style: none;

    display: none;

    position: absolute;

    top: 0.9rem;

    background: #eee;

    z-index: 3;

    margin: 0 1%;

    width: 98%; min-height: 150px; }

.db_nav dl dd .select li{ font-size: .4rem; color: #333; line-height: 2;  padding-left: .4rem; cursor: pointer; }

.db_nav dl dd .select li：after{}

.db_nav dl dd .select li.on1{ display: block;  }



.db_lx{}

.db_lx ul{list-style:none; display: block; }

.db_lx ul li{ display: none; overflow: hidden; padding: .2rem 0; }

.db_lx ul li h3{ font-size: .4rem; color: #333; line-height: 1.8; }

.db_lx ul li p{ font-size: .35rem; line-height: 1.8; color: #666; }

.db_lx ul li.active{ display: block; }



.lx_ico01{list-style: none; display: flex; margin-top:1rem;}

.lx_ico01 li{margin-right: 20px;  }

.lx_ico01 li a{ display: block; position: relative; }

.lx_ico01 li i{ width: 37px; height:37px; display: block; }

.lx_ico01 li .c01{ background: url(../images/ico.png) -113px -113px no-repeat; }

.lx_ico01 li .c02{ background: url(../images/ico.png) -162px -113px no-repeat; }

.lx_ico01 li .c03{ background: url(../images/ico.png) -210px -113px no-repeat; }

.lx_ico01 li .c04{ background: url(../images/ico.png) -258px -113px no-repeat; }

.lx_ico01 li:hover .c01{ background: url(../images/ico.png) -113px -160px no-repeat; }

.lx_ico01 li:hover .c02{ background: url(../images/ico.png) -162px -160px no-repeat; }

.lx_ico01 li:hover .c03{ background: url(../images/ico.png) -210px -160px no-repeat; }

.lx_ico01 li:hover .c04{ background: url(../images/ico.png) -258px -160px no-repeat; }



.lx_ico01 li .wx b {

    display: none;

    width: 100px;

    background: #fff;

    position: absolute;

    top: 0px;

    left: 0%;

    margin-left: -100px;

    color: #666;

    text-align: center;

    padding-bottom: 10px;

    box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%);

    font-size: 15px;

    z-index: 9999;

}

.lx_ico01 li .wx b img{ max-width: 100%; display: block; }



.links{ padding:15px 0; overflow: hidden; }

.links ul{ overflow: hidden; list-style: none; }

.links ul li{ font-size: 16px; color: #333; line-height: 40px; float: left;}

.links ul li a{ font-size:.4rem; color: #666; display: block; padding:0 .3rem;line-height: 40px;}



.copyright{  display: block; overflow: hidden; text-align: center; padding:12px 0; }

.copyright p{ font-size: 14px; color: #1e1e1e; line-height: 2.4;}



.liuyan{    background: #efefef;

    padding: 50px 0;}



.lx_form_l {

    

    background: #fff;

    box-sizing: border-box;

    padding: 30px 5%;

    margin-top: 1rem;

    overflow: hidden;



}



.lx_form_l li {       

    align-items: center;

    margin-bottom: 20px;

    width: 32%;

    margin-right: 2%;

    float: left;

    display: block;

}

.lx_form_l li:nth-child(4),.lx_form_l li:nth-child(5){ width: 49%; }



.lx_form_l li:nth-child(3),.lx_form_l li:nth-child(5){ margin-right: 0}



.lx_form_l li:nth-child(6),.lx_form_l li:nth-child(7){ width:100%; }



.lx_form_l li label {

    font-size: 14px;

    width: 80px;

    float: left;

}



 .lx_form_l li input {

   width:calc(100% - 140px);

    height: 34px;

    background: #f8f8f8;

    border: none;

    border-radius: 5px;

    outline: none;

    padding: 0 20px;

}



.lx_form_l li textarea {

    width:calc(100% - 140px); 

    height: 100px;

    background: #f8f8f8;

    border: none;

    border-radius: 5px;

    resize: none;

    padding: 10px 20px;

    outline: none;

}

.lx_form_l li:nth-child(7){ text-align: center; }

.lx_form_l li button{ display: inline-block; }

 .lx_form_l li .submit {

        width: 140px;

    height: 36px;

    background: #0b3775;

    border: none;

    border-radius: 4px;

    margin: 0 auto;

    color: #fff;

    

}











/* 公司简介  */

.sidebar{ width: 100%;  display: block; overflow: hidden; border-bottom: 1px solid #ececec; }

.side_list{}

.side_list ul{ list-style: none; text-align: center;  }

.side_list ul li{ display: inline-block; margin-right: .3rem;   line-height: 70px; }

.side_list ul li a{ font-size: 16px; color: #787777; display: block; padding: 0 10px;position: relative; }

.side_list ul li a:after{ content: "";

    width: 0;

    height: 2px;

    background: #d71820;

    position: absolute;

    bottom: 0;

    left: 50%;

    transition: all 0.5s ease 0s;

}

.side_list ul li a:hover:after,.side_list ul li a.on1:after{ content: "";

    width: 100%;

    height: 2px;

    background: #d71820;

    position: absolute;

    bottom: 0;

    left: 0%;

    transition: all 0.5s ease 0s;

}

.side_list ul li a:hover,.side_list ul li a.on1{ color: #d71820 !important; font-weight: bold; }

.positions{ display: block; overflow: hidden; }

.positions p{ font-size: 14px; color: #707070; line-height: 70px; padding-left: 20px; background: url(../images/positions.png) left no-repeat; }

.positions p a{font-size: 14px; color: #707070; }



.com_con{ overflow: hidden; margin:.8rem auto; }

.com_logo{ display: block; overflow: hidden; margin-top: 1rem; }

.com_logo img{ display: block; }

.com_logo h3{ font-size: .65rem; color: #000; line-height: 2.2; }



.company{ margin-top:.5rem; display: block; overflow: hidden; }

.company .c_body{ width: 70%;display: block; overflow: hidden;line-height: 1.8; font-size: .42rem; }

.company .c_body p{ font-size: .42rem; color: #333; text-align: justify;  }

.company .c_om_pic{ width:28%; display: block; }



/* 内页产品  */
.cp_con {
    padding: 15px 5px;
    display: block;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
}

.cp_bt02 {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    line-height: 70px
}

.cp_bt02 h3 {  
    font-size: 24px;
    color: #363636;
    float: left;
    font-weight: normal;
    background: url(../images/p_ico11.png) left no-repeat;
    padding-left: 55px;
}
.cp_bt02 span{ font-size: 14px; color: #333; float: right; }
.cp_bt02 span a{ color: #333; }
.cp_bt02&gt;a{
    float:right;
    margin-right:20px;
    text-decoration:underline
}

.cp_bt02&gt;a:hover{
    color:#0160b0
}

.cp_bt02 .cc_list {
    float: right;
}

.cp_bt02 .cc_list li {
    float: left;
    margin-right: 15px;
    display: block;
    overflow: hidden;
}

.cp_bt02 .cc_list li a {
    font-size:14px;
    color: #6e6e6e
}

.product_list{display: block; overflow: hidden; margin-top:.6rem;}

.product_list dl{ width: 24%; float: left; display: block; margin:15px 0.8% 30px 0.3%; margin-bottom: 30px; border:1px solid #eee;

 padding:3%; box-sizing: border-box;overflow: hidden; }

.product_list dl dt{ display: block; overflow: hidden; }

.product_list dl dt img{    max-width: 100%;
    display: block;
    max-height: 140px;
    margin: 0 auto;}

.product_list dl dd{ padding:.3rem 0; }

.product_list dl dd h3{ font-size: .45rem; color: #222; line-height: 1.8; }

.product_list dl dd p{ font-size: .42rem; color: #666; line-height: 1.6; margin:.2rem 0 .3rem; }

.product_list dl dd span{ font-size: .38rem; color: #d71820;  display: block; line-height: 1.5;}

.product_list dl:nth-child(4n){ margin-right: 0; }

.product_list dl:hover{ box-shadow: 1px 1px 15px rgba(0,0,0,0.15) }



.more_ser{ margin-top:.6rem; display: block; overflow: hidden; }

.m_bt{display: block; overflow: hidden;}

.m_bt h3{ font-size: .7rem; color: #333; line-height: 2; font-weight: normal; }

.ser_lb{margin-top:.6rem; display: block; overflow: hidden;}

.ser_lb dl{ width: 32%; float: left; margin-right: 2%; display: block; position: relative;overflow: hidden; }

.ser_lb dl:nth-child(3){ margin-right: 0; }

.ser_lb dl dt{ display: block; overflow: hidden; }

.ser_lb dl dt img{ max-width: 100%; display: block;-webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;}

.ser_lb dl:hover dt img{ -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.ser_lb dl dd{ position: absolute; bottom:0; width: 100%; background-image: linear-gradient(rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);

padding:.3rem; box-sizing: border-box; }

.ser_lb dl dd h3{ font-size: .55rem; color: #fff; line-height: 2;font-weight: normal;  }

.ser_lb dl dd p{ font-size: .45rem; color: #fff; line-height: 1.8; }



.product_lb{margin-top:.6rem; display: block; overflow: hidden;}

.product_lb dl{ width: 48.5%; float: left; margin:15px 1.5% 15px 0.5%; display: block; padding:2%; 

    overflow: hidden;box-shadow: 1px 1px 8px #ccc; box-sizing: border-box; }

.product_lb dl:nth-child(2n){ margin-right: 0.5%; }

.product_lb dl dt{ width: 35%; float: left; display: block;  }

.product_lb dl dt img{ display: block; max-width: 100%; }

.product_lb dl dd{ width: calc(100% - 36%); float: right; display: block; overflow: hidden;}

.product_lb dl dd h3{ font-size: .5rem; color: #333; line-height: 2; }

.product_lb dl dd p{ font-size: .42rem; color: #666; line-height: 1.8; margin:.1rem 0; }

.product_lb dl dd span{ display: block; font-size: .38rem; width: 150px; background: #d71820; 

    border-radius:45px; text-align: center; color: #fff; padding:.2rem 0; line-height: 1.8; }



/* 内页案例 */

.cases01{margin-top:.6rem; display: block; overflow: hidden;}

.case_img{ margin-top:.5rem;overflow: hidden; }

.case_img ul{ list-style: none;display: block; overflow: hidden; }

.case_img ul li{ width: 32%; float: left; margin-right: 2%; display: block; overflow: hidden; margin-bottom: 30px; }

.case_img ul li:nth-child(3n){ margin-right: 0; }

.case_img ul li .c_pic01{display: block; overflow: hidden;}

.case_img ul li .c_pic01 img{ display: block; max-width: 100%; }

.case_img ul li:hover .c_pic01 img{ -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.case_img ul li .c_txt{display: block; overflow: hidden; padding:.2rem; position: relative;}

.case_img ul li .c_txt h3{ font-size: .5rem; color: #333; line-height: 2; }

.case_img ul li .c_txt p{ font-size: .4rem; color: #666; line-height: 1.6; }

.case_img ul li .c_txt span{ width: 100px; display: block; position: absolute; right:.2rem; top:.4rem; 

    line-height: 2; font-size: .38rem; padding:.1rem 0; color: #333; text-align: center; border:1px solid #ccc; }

.case_img ul li:hover .c_txt span{ background: #333; color: #fff; }

.case_img ul li:hover .c_txt h3{ color: #d71820; }



/* 内页解决方案  */

.solutions01{ margin-top:.6rem; display: block; overflow: hidden; }

.solutions01 dl{ width: 32%; float: left; margin-right: 2%; display: block; position: relative; margin-bottom: 30px;overflow: hidden;  }

.solutions01 dl:nth-child(3n){ margin-right: 0; }

.solutions01 dl dt{display: block; overflow: hidden;}

.solutions01 dl dt img{display: block;  max-height: 8rem;}

.solutions01 dl:hover dt img{-webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.solutions01 dl dd{ width: 100%; position: absolute; bottom:0;display: block;    background-image: linear-gradient(rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 100%);

    padding: .3rem; box-sizing: border-box; }

.solutions01 dl dd h3{font-size: .5rem; color: #fff; line-height: 2;}



/* 技术支持  */

.ser_con,.quesstion{ margin-top:.6rem; display: block; overflow: hidden;}

.ser_con .shfw{display: block; overflow: hidden;}

.shfw .sh_con{margin-top:.6rem;}

.shfw .sh_con .sh_txt{ width: 55%; display: block; overflow: hidden; }

.shfw .sh_con .sh_txt p{ font-size: .43rem; color: #333; line-height: 2; margin-top: .6rem; }

.shfw .sh_con .sh_img{ width: 42%; display: block;overflow: hidden; }

.shfw .sh_con .sh_img img{ max-width: 100%; display: block; }

.quesstion dl{ margin-bottom: .3rem;display: block; }

.quesstion dl dt{ background: #f7f7f7; padding:.3rem 0 .3rem .3rem; position: relative; display: block;}

.quesstion dl dt::before{ content: "";

    display: block;

    width: 12px;

    height: 2px;

    background: #333;

    position: absolute;

    top: 50%;

    right: 15px;

    transform: translateY(-50%);

}

.quesstion dl dt h3{     background: url(../images/ico_q.png) 0.5rem no-repeat;

    padding-left: 1.5rem;

    font-size: .5rem;

    color: #333;

    line-height: 2;

    font-weight: normal; }

.quesstion dl dt::after{content: "";

    display: block;

    width: 2px;

    height: 12px;

    background: #333;

    position: absolute;

    top: 50%;

    right: 20px;

    transform: translateY(-50%);}

.quesstion dl dd{ display: none; padding:.6rem .3rem; }

.quesstion dl dd .cons{ font-size: .4rem; line-height: 1.8; color: #666; }

.quesstion dl.on dt::after{ display: none; }





.lx_list{margin-top:.8rem; display: block;margin-bottom:.8rem;}

.lx_list ul{ list-style: none; display: flex; }

.lx_list ul li{width: 25%;

    background: #f7f8f9;

    padding: .6rem .5rem;

    display: block;

    box-sizing: border-box;

    margin-right: 1.5%;  }

.lx_list ul li:nth-child(4){ margin-right: 0; }

.lx_list ul li i{ width:43px; height: 43px; display: inline-block;  }

.lx_list ul li .s_lx{display: inline-block; }

.lx_list ul li .s_lx h3{     font-size: .5rem;

    color: #333;

    line-height: 1.6; }

.lx_list ul li .s_lx p{font-size: .4rem; color: #666;line-height: 2; }





/*  联系我们  */



.lx_con{width: 48%; display: block; overflow: hidden;}

.lx_bt{ display: block; overflow: hidden; }

.lx_bt h3{ font-size: .65rem; position: relative; padding-bottom: .2rem; color: #000; line-height: 2; font-weight: normal; }

.lx_bt h3:after{ position: absolute; bottom:0; display: block; width: 100%; background: #f00; height: 1px; content: '' }

.lx_lb{ margin-top: .5rem;display: block; overflow: hidden; }

.lx_lb ul{ list-style: none; display: block; overflow: hidden; }

.lx_lb ul li{ display: block; margin-bottom: .3rem;overflow: hidden;border-bottom: 1px solid #eee; padding-bottom: .3rem; }

.lx_lb ul li i{}

.lx_lb ul li h3{ font-size:.5rem; color: #000; line-height: 2; font-weight: normal; }

.lx_lb ul li p{ font-size: .4rem; line-height: 2; color: #666; }





.lx_map{ width: 49%; height: 800px; display: block;overflow: hidden; margin-top:1.5rem; }

.contact_lx{display: block; overflow: hidden; width: 48%; }



/* 新闻 */

.news_lb{display: block; overflow: hidden; }

.news_lb dl{  display: block; overflow: hidden; padding:.6rem .3rem; border-bottom: 1px solid #eee; margin: 10px; }

.news_lb dl dt{     width: 150px;

    display: inline-block;

    text-align: center;

    vertical-align: top;

    padding-top: 3%; }

.news_lb dl dt h3{ font-size: .6rem; color:#d71820; line-height: 2; font-weight: normal; }

.news_lb dl dt span{ display: block; font-size:.4rem; color:#d71820;}

.news_lb dl dd{width: calc(100% - 180px); display: inline-block;  }

.news_lb dl dd .new_fl{ width:70%; float: left; display: block; }

.news_lb dl dd .new_fl h3{ font-size: .5rem; color: #515151; line-height: 2; }

.news_lb dl dd .new_fl p{ margin:.2rem 0 .4rem; font-size: .4rem; line-height: 1.6; }

.news_lb dl dd .new_fl span{ background: #b9b9b9; width: 150px; border-radius:30px; font-size: .4rem;  padding: .1rem 0;

    color: #fff; text-align: center; display: block; line-height: 2; }

.news_lb dl dd .news_img{ width: 28%; display: block; float: right; overflow: hidden; }

.news_lb dl dd .news_img img{ max-width: 100%; display: block;-webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s; }

.news_lb dl:hover dd .new_fl span{ background: #d71820; }

.news_lb dl:hover dd .new_fl span{ background: #d71820; }

.news_lb dl:hover{box-shadow: 1px 1px 8px #ccc;}

.news_lb dl:hover dd .news_img img{-webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}





/* 解决方案列表  */

.so_fanganxx{ display: block; overflow: hidden; }

.fanga_txt{ width: 48%; display: block; margin-top:.5rem;}

.fanga_txt .fanga_cc{ display: block; overflow: hidden; }

.fanga_cc{margin-top:.5rem;}

.fanga_txt .fanga_cc p{ font-size: .4rem; color: #7c7c7c; line-height: 2.2; text-align: justify; }

.fanga_img{ width: 49%; display: block; overflow: hidden; }

.fanga_img img{ max-width: 100%; display: block;-webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s; }

.fanga_img img:hover{-webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.part_02{ padding: 1.2rem 0; overflow: hidden; display: block; background: #f7f7f7; }

.fa_list{display: block; overflow: hidden;  margin-top:.4rem; }

.fa_list dl{ width: 49%; margin-right: 2%; display: block; float: left; overflow: hidden;position: relative; margin-bottom: 30px; }

.fa_list dl:nth-child(2n){ margin-right: 0; }

.fa_list dl dt{ width: 100%; display: block; }

.fa_list dl dt img{ max-width: 100%; display: block;-webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s; }

.fa_list dl dd{ position: absolute; top:0px; left:0; background: rgba(0,0,0,0.5); height: 100%; width: 100%; padding-top: 15%; box-sizing: border-box; }

.fa_list dl dd h3{ text-align: center; font-size: .6rem ; color: #fff;  }

.fa_list dl:hover dd{ background: none; }

.fa_list dl:hover dt img{-webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}





.warp{ background: #efefef; padding:50px 0;   }





.products_cc{display: block; overflow: hidden; }

.products_cc dl{ background: url(../images/cp_bg.jpg) no-repeat; background-size: cover; display: block; overflow: hidden; padding:3% 8%; margin-bottom: 30px; }

.products_cc dl dt{ width: 40%; display: block; overflow: hidden; float: left; }

.products_cc dl dt img{ margin: 0 auto; display: block; -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;

}



.products_cc dl:hover dt img{-webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);}

.products_cc dl dd{ width: 58%;display: block; overflow: hidden; float: right; padding: 5% 0; }

.products_cc dl dd h3{ font-size: 24px; color: #333333; line-height: 30px;  font-weight: bold;}

.products_cc dl dd p{ margin:15px 0; display: block; font-size: 14px; color: #868686; line-height: 30px; }

.products_cc dl dd p strong{ display: block; font-size: 20px; font-weight: normal; }

.products_cc dl a{ display: block;overflow: hidden; }

.products_cc dl a dd .more01{  text-align: center; margin-top:20px;}

.products_cc dl a dd .more01 span{ width: 145px; border:1px solid #ccc; display: block;  

    background: #fff; border-radius: 5px; font-size: 14px; color: #656565; padding: 8px 0;-webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s; }

.products_cc dl:nth-child(2) dt{ float: right;  }

.products_cc dl:nth-child(2) dd{ float: left;  }

.products_cc dl a:hover dd .more01 span{ background: #d70e17; color: #fff }



.bts{}

.bts a{ display: block; font-size: .4rem; color: #333; line-height: 1.6 }



@-webkit-keyframes doudong {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    20% {

        -webkit-transform: translateY(6px);

        transform: translateY(6px);

    }

    40% {

        -webkit-transform: translateY(-6px);

        transform: translateY(-6px);

    }

    60% {

        -webkit-transform: translateY(3px);

        transform: translateY(3px);

    }

    80% {

        -webkit-transform: translateY(-3px);

        transform: translateY(-3px);

    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

}



@keyframes doudong {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    20% {

        -webkit-transform: translateY(6px);

        transform: translateY(6px);

    }

    40% {

        -webkit-transform: translateY(-6px);

        transform: translateY(-6px);

    }

    60% {

        -webkit-transform: translateY(3px);

        transform: translateY(3px);

    }

    80% {

        -webkit-transform: translateY(-3px);

        transform: translateY(-3px);

    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

}



/* 公司简介  */



.pageBanner {

    position: relative;

}



.pageBanner .imgDiv {

    width: 100%;

    display: block;

    overflow: hidden;

}



.pageBanner .imgDiv img {

    width: 100%;

    display: block;

    -webkit-animation: banner_inside 20s ease 1 forwards;

    -moz-animation: banner_inside 20s ease 1 forwards;

    -o-animation: banner_inside 20s ease 1 forwards;

    animation: banner_inside 20s ease 1 forwards;

}



@-webkit-keyframes banner_inside {

    from {

        -webkit-transform: scale(1.23);

        transform: scale(1.23);

    }

    to {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

}



@-moz-keyframes banner_inside {

    from {

        -moz-transform: scale(1.23);

        transform: scale(1.23);

    }

    to {

        -moz-transform: scale(1);

        transform: scale(1);

    }

}



@-o-keyframes banner_inside {

    from {

        -o-transform: scale(1.23);

        transform: scale(1.23);

    }

    to {

        -o-transform: scale(1);

        transform: scale(1);

    }

}



@keyframes banner_inside {

    from {

        -webkit-transform: scale(1.23);

        -moz-transform: scale(1.23);

        -o-transform: scale(1.23);

        transform: scale(1.23);

    }

    to {

        -webkit-transform: scale(1);

        -moz-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }

}



.pageBanner .mxfDiv {

    position: absolute;

    right: 15%;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

    width: 70%

}



.pageBanner .mxfDiv2 {

    left: 50%;

    right: auto;

    margin-right: 0;

    margin-left: -7.68rem;

}



.pageBanner .txtDiv {

    color: #fff;

    text-align: center;

}



.pageBanner .txtDiv hr {

    width: 30px;

    height: 2px;

    background: #fff;

    border: none;

    margin: 0 auto;

}



.pageBanner .mxfDiv2 .txtDiv {

    text-align: left;

}



.pageBanner .txt1 {

    font-size: 24px;

    line-height: 24px;

    padding-bottom: 25px;

    color: #fff;   

}



.pageBanner .txt2 {

       font-size: 40px;

    height: 75px;

    line-height: 36px;

    position: relative;

    color: #fff;

    margin-top: 20px;

}



.pageBanner .sxdDiv {

    position: absolute;

    left: 0;

    width: 100%;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

}



.pageBanner .wenDiv {

    color: #fff;

    text-align: center;

}



.pageBanner .wen1 {

    font-size: 48px;

    line-height: 48px;

    height: 0.8rem;

    position: relative;

}



.pageBanner .wen1:after {

    content: '';

    width: 30px;

    height: 2px;

    background: #fff;

    position: absolute;

    left: 50%;

    margin-left: -15px;

    bottom: 0;

}



.pageBanner .wen2 {

    font-size: 14px;

    padding-top: 0.6rem;

}











#flash{width: 100%; display: block;}

#flash .swiper-slide{ width: 100%; position: relative; }

#flash .swiper-slide .img{ width: 100%; display: block; }

#flash .swiper-slide .banner_title{ width: 100%; position: absolute; top:30%; }

#flash .swiper-slide .banner_title h3{ font-size: 1.2rem; color: #000; line-height: 1.8; font-weight: normal; }

#flash .swiper-slide .banner_title p{ font-size: .85rem; color: #333; line-height: 2; display: block; margin:.2rem  0 .6rem; overflow: hidden; }

#flash .swiper-slide .banner_title span{ display: block; border-radius: 30px; border:1px solid #333; text-align: center; padding: .3rem  0; font-size: .4rem; width: 150px; }

#flash .swiper-slide .img img{ display: block; }

#flash .swiper-pagination-bullet{background: #fff;

    width: 8px;

    height: 8px;

    opacity: 1;

    display: inline-block;

    margin: 0 3px;

    vertical-align: middle;}

#flash .swiper-pagination-bullet-active {

    background: none;

    border: 1px solid #fff;

    padding: 1px;

}

#flash .swiper-button-prev{ background: url(../images/ad_ctr_01.png) no-repeat; width: 46px; height: 73px; }

#flash .swiper-button-prev:after{ display: none; }

#flash .swiper-button-next{ background: url(../images/ad_ctr_02.png) no-repeat; width: 46px; height: 73px; }

#flash .swiper-button-next:after{ display: none; }

#flash .swiper-pagination-bullets{ bottom: 40px !important; }







.InmianTit {

    width: 100%;

    margin: 0 auto;

    text-align: center;

    z-index: 9;

    margin-top: 30px;

}



.InmianTit span {

    padding: 23px 15px;

    line-height: 27px;

    display: inline-block;

    color: #2060a5;

    font-size: 30px;

    border-bottom: 1px solid #2060a5;

    border-top: 1px solid #2060a5;

}



.InmianTit span img {

    vertical-align: -4px;

    padding-left: 10px;

    display: none;

}



.nav_box {

    margin: 30px 0 0;

    text-align: center;

    width: 100%;

    z-index: 900;

}



.nav_box li {

    color: #333333;

    font-size: 14px;

    margin-right: 15px;

    display: inline-block;

    border: 1px solid #aaaaaa;

    background: #fff;

}



.nav_box li a {

    font-size: 16px;

    padding: 8px 25px;

    display: block;

}



.nav_box li:hover a {

    color: #fff;

}



.nav_box li:hover,

.nav_box li .on1 {

    background: #da251c;

    color: #fff;

}









/*左侧分栏*/



.con_section {



    position: relative;



    padding: 20px 0 50px;



}







lside {

    display: block;

    position: relative;



    float: left;



    width: 240px;



}



lside section h2 {

    background: url(../images/p_tit.png) 10px no-repeat #1b2e7c;

    height: 112px;

    font-size: 30px;

    line-height: 112px;

    color: #fff;

    padding-left: 65px

}



lside .lside_list {

    border: 1px solid #dfdfdf;



    display: block;



    overflow: hidden;



    background: #fff;

    padding: 15px 0 30px;

}



lside .lside_list dl {

    border-bottom: 1px solid #dfdfdf;

}



lside .lside_list dl dt {

   



    font-size: 16px;



    color: #666;



    background: url(../images/side_ico.png) 210px no-repeat;



    display: block;

}



lside .lside_list dl dt a {

    display: block;

    padding: 15px 0 15px 10px;

    color: #4b4b4b;

}



lside .lside_list dl dt:hover {

    color: #fff;

    background: url(../images/side_ico1.png) 210px no-repeat #c8000b;

    display: block;

}



lside .lside_list dl dt:hover a {

    color: #fff;

}



lside .lside_list dl dt.current {

    color: #fff;

    background: url(../images/side_ico1.png) 210px no-repeat #c8000b;

    display: block;

}



lside .lside_list dl dt.current a {

    color: #fff;

}



lside .lside_list dl dd {

    padding: 6px 0 6px 0;

}



lside .lside_list dl dd a {

    display: block;

    padding-left: 40px;

    height: 36px;

    color: #333;

    font-weight: normal;

    line-height: 36px;

    background: url(../images/p_ico.png) 10px no-repeat;

    border-bottom: 1px solid #eee;



}



lside .lside_list dl dd  a.active,

.lside_list dl dd a:hover {

    background: #efefef;

}



.side_lx,

.side_news {

    width: 100%;

    display: block;

    overflow: hidden;

    border: 1px solid #dfdfdf;

    background: #fff;

    margin: 15px 0;

}



.side_lx h3,

.side_news h3 {

    text-align: center;

    width: 100%;

    line-height: 60px;

    font-size: 24px;

    color: #fff;

    background: #1b2e7c;

}



.side_lx p {

    padding: 15px 6px;

    display: block;

    font-size: 14px;

    color: #333;

    line-height: 30px;

}



.side_lx ul {

    padding: 24px 5px 0;

    display: block;

    overflow: hidden;

    background: url(../images/ab_con.png) 10px 20px no-repeat;

    border-bottom: 1px solid #dfdfdf;

}



.side_lx ul li {

    padding-left: 42px;

    display: block;

    margin-bottom: 20px;

    overflow: hidden;

}



.side_lx ul li h4 {

    font-size: 16px;

    color: #4b4b4b;

    font-weight: normal;

    line-height: 20px;

}



.side_lx ul li span {

    font-size: 12px;

    color: #9c9c9c;

}



.side_news ul {

    list-style: none;

    padding: 15px 8px;

    display: block;

    overflow: hidden;

}



.side_news ul li {

    width: 100%;

    display: block;

    line-height: 42px;

    border-bottom: 1px solid #eeeeee;

}



.side_news ul li a {

    padding-left: 5px;

    display: block;

    font-size: 14px;

    color: #5c5c5c;

}



.side_news ul li a:hover {

    color: #f00;

    text-decoration: underline;

}



/*右侧内容*/



.con_section article {

    width: 77%;

    float: right;

    padding: 0 10px 50px;

}



.article_head {

    position: relative;

    height: 60px;

    border-bottom: 1px solid #ddd;

    line-height: 60px;

}



.article_head .position {

    position: absolute;

    top: 0;

    right: 0px;

    color: #aaa;

    font-size: .4rem;

}



.article_head .position a {

    color: #999;

    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';

}



.article_head h1 {

    color: #555;

    font-weight: normal;

    font-size: 18px;

}









/*新闻列表*/



.module_list_article {

    padding: 10px;



}

.module_list_article p{ font-size: 14px; color: #333; }



.module_list_article dl {

    list-style: none;

    border-bottom: 1px solid #ddd;

    padding: 15px 0px;

    position: relative;

    clear: both;

    overflow: hidden;

}



.module_list_article dl dt {

        width: 20%;

    float: left;

    height: 120px;

    overflow: hidden;

}



.module_list_article dl dt img {

    max-width: 100%;

    display: block;

}



.module_list_article dl dd {

    float: right;

    width: 78%;

}



.module_list_article dl dd h3 {

    font-weight: normal;

    font-size: 16px; color: #333; line-height: 30px;



}



.module_list_article dl dd p {

    font-size: 14px;

    line-height: 24px;

    padding: 5px 0px;

    color: #666;

}



.module_list_article dl dd span {

    font-size: 12px;

    color: #666;

}





/*新闻详细*/



.article_content h1.article_title {

    font-size: .7rem;

    font-weight: normal;

        padding: 5px 0 12px;

        text-align: center;

}



.article_content .article_infos {

    color: #818181;

    font-size: 12px;

    margin-bottom: 30px;

    padding-bottom: 10px;

    border-bottom: 1px solid #ddd;

    text-align: center;

}



.article_content .article_infos span {

    margin-right: 10px;

}



.article_content .article_editor {



    padding: 20px 10px;

        line-height: 32px;



}

.article_editor p{ font-size: 14px; color: #333; }



.article_editor img{ margin: 0 auto; display: block; }



/*图片列表*/



.module_list_img {



    padding: 10px;



}



.module_list_img li {



    width: 33.3333%;



}



.module_list_img li a {



    display: block;



    width: 280px;



    text-align: center;



}



.module_list_img li .img-size {



    width: 280px;



}



.module_list_img li h3 {



    font-weight: normal;



}



/*图片详情*/



.product-info {

    padding: 30px 10px;

    overflow: hidden;



}



.product-img {

width: 48%;

    float: left;

    border-right: 1px solid #eee;

    padding-right: 2%;



}



.product-img img {

    max-width: 100%;

    display: block;

    margin: 0 auto;

}



.product-arr {



   width: 48%;

    float: right;

   



}



.product-arr h3 {



    font-size: 24px;



    padding: 20px 5px;



    border-bottom: 1px solid #ddd;



}



.product-arr p {

    line-height: 28px;

    font-size: 14px;

    margin-top:3px;



}

.product-arr .lx_c{ padding: 20px 0 0; font-size: 14px; color: #000; line-height: 30px; }



.product_nav {

    height: 45px;

    line-height: 45px;

    margin: 30px 0;

    border: 1px solid #ddd

}



.product_nav li {

    float: left;

    list-style: none;

    border-right: 1px solid #ddd;

    cursor: pointer

}



.product_nav li a {

    display: block;

    padding: 0 40px

}



.product_nav li.product_nav_now,

.product_nav li.product_nav_hover {

    background: #f7f8fa

}







/*留言*/



.msg_hr {

    border-top: 1px solid #ddd;

    margin: 0;

    padding: 0 5px 0 15px;

    font-weight: bold;

    font-size: 16px;

    background: #ddd;

    height: 60px;

    line-height: 60px;

}



:-ms-input-placeholder {

    color: #999

}



.msg {

    border: 1px solid #ddd;

    border-top: 0;

    overflow: hidden;

    text-align: left

}



.msg dl:after {

    display: block;

    clear: both;

    content: "";

    visibility: hidden;

    height: 0

}



.msg dl {

    width: 100%;

    zoom: 1;

    background: #fff

}



.msg dl {

    border-top: 1px solid #ddd;

    margin: 0;

    display: -webkit-box;

    display: -moz-box;

    display: box;

    display: -ms-flexbox;

    position: relative;

    padding: 5px 0

}



.msg dl dt {

    padding: 15px 15px 10px 15px;

    width: 105px;

    text-align: left;

    font-weight: normal;

    overflow: hidden;

    line-height: 1.2

}



.msg dl dd {

    -moz-box-flex: 1.0;

    -webkit-box-flex: 1.0;

    box-flex: 1.0;

    -ms-flex: 1;

    padding: 2px 0 0 15px;

    margin: 10px 0

}



.msg dl dd label input {

    position: relative;

    top: 1px;

    margin-right: 3px

}



.msg dl dd .fbox {

    margin: 0 10px 0 0

}



.msg dl dd .tips {

    color: #aaa

}



.msg dl dd .tips:hover {

    color: #f00

}



.msg dl dd.labelinline label {

    display: inline

}



.msg dl dt.addimgdt {

    padding: 10px 5px 10px

}



.msg dl dt.addimgdt p {

    height: 30px;

    line-height: 30px;

    margin-bottom: 8px

}



.msg dl.noborder {

    border-bottom: 0

}



.msg dl dd.ftype_description {

    color: #fff;

    padding: 8px;

    margin: 0 5px;

    background: #00AAFF

}



.ftype_input .fbox {

    float: left

}



.ftype_input .tips {

    float: left;

    padding-top: 5px

}



.ftype_input .fbox input {

    width: 350px;

    height: 28px;

    line-height: 28px\9;

    padding: 2px 5px;

    border: 1px solid #dcdfe0;

    background-color: #fff;

    color: #333;

    outline: 0;

    border-radius: 2px

}



.placeholder-ie {

    position: relative

}



.placeholder-ie label {

    position: absolute;

    left: 8px;

    top: 7px;

    cursor: text;

    color: #999

}



.ftype_textarea .tips {

    display: block

}



.ftype_textarea textarea {

    width: 350px;

    line-height: 1.5;

    height: 100px;

    padding: 7px 5px;

    border: 1px solid #dcdfe0;

    background-color: #fff;

    color: #333;

    outline: 0

}



.ftype_select .tips,

.ftype_select-linkage .tips {

    display: block;

    margin-top: 5px

}



select {

    line-height: 31px;

    height: 31px;

    vertical-align: middle;

    background-color: #fff;

    outline: 0;

    border: 1px solid #ccc;

    padding: 4px;

    color: #656565

}



.ftype_radio .fbox label {

    font-weight: normal;

    height: 28px;

    line-height: 28px;

    margin: 0;

    display: block

}



.ftype_radio .fbox input[type='radio'] {

    border-radius: 100%;

    bottom: 3px;

    height: 15px;

    position: relative;

    vertical-align: middle;

    width: 15px;

    margin: 0;

    position: relative;

    top: -1px;

    margin-right: 6px

}



.ftype_radio .formerror {

    margin-top: 0

}



.ftype_checkbox .fbox input[type='checkbox'] {

    border-radius: 100%;

    bottom: 3px;

    height: 15px;

    position: relative;

    vertical-align: middle;

    width: 15px;

    margin: 0

}



.ftype_checkbox .fbox label {

    font-weight: normal;

    height: 28px;

    line-height: 28px;

    margin: 0;

    display: block

}



.ftype_checkbox .fbox input {

    position: relative;

    top: -1px;

    margin-right: 6px !important

}



.ftype_checkbox .formerror {

    margin-top: 0

}



.ftype_transverse .fbox label {

    display: inline;

    margin-right: 15px

}







.submit:hover {

    background: #38c4f0

}



.submit.active {

    background: #1ba4cf

}



.msg dl dd.ftype_code input {

    width: 80px;

    margin-right: 10px

}



.msg dl dd.ftype_code img {

    height: 30px;

    position: relative;

    bottom: 2px

}



.p_01{ margin:10px 1.8% 20px 0.2% !important; box-shadow: 1px 1px 10px #ccc; }





/*分页*/



.page-list {



    clear: both;



    margin: 20px 0px 0px 0px;



    text-align: center;



}



.page-list .page-item {

    display: inline-block;

}



.page-list .page-link {



    display: inline-block;



    font-family: Arial;



    font-size: 13px;



    padding: 7px 11px;



    margin-left: 6px;



    background-color: #fff;



    border: 1px solid #e6e6e6;



    border-radius: 4px;



}



.page-item.active .page-link {



    z-index: 1;



    color: #fff;



    background-color: #ce161e;



    border-color: #ce161e;



}



.page-item.disabled .page-link {



    color: #6c757d;



    pointer-events: none;



    cursor: auto;



    background-color: #fff;



    border-color: #dee2e6;



}



.page-case-detail {

    padding-top: 40px;

    background: #f6f6f6;

}



.page-banner {

    background-position: top;

    background-repeat: no-repeat;

    background-size: cover !important;

    height: 500px;

    position: relative;

}



.case-banner .wz {

    display: inline-block;

    line-height: 1;

    vertical-align: middle;

    width: 100%;

    text-align: center;

    color: #fff;

}



.case-banner .wz h3 {

    font-size: 34px;

    color: #fff;

    font-weight: 400;

    margin: 0 0 30px;

}



.case-banner .wz .view-wrap {

    text-align: center;

}



.case-banner .wz a {

    display: inline-block;

    width: 120px;

    height: 34px;

    border: 1px solid #a8a8a8;

    border-radius: 3px;

    line-height: 31px;

    text-align: center;

    font-size: 16px;

    color: #a8a8a8;

    margin: 0 auto;

    -webkit-transition: all .3s;

    transition: all .3s;

}



.page-case-detail {

    padding-top: 40px;

    background: #f6f6f6;

    min-height: 400px;

}







.case-detail-info .preview-prve {

    width: 44px;

    height: 44px;

    border-radius: 25px;

    line-height: 44px;

    color: #fff;

    font-size: 12px;

    text-indent: 55px;

    position: fixed;

    left: 100px;

    bottom: 36%;

    overflow: hidden;

    text-align: left;

    -webkit-transition: all .5s;

    transition: all .5s;

}



.case-detail-info .preview-next&gt;div {

    position: relative;

}



.case-detail-info .preview-next&gt;div a {

    font-size: 0;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: 999;

    background: #fff;

    opacity: 0;

}



.case-detail-info .preview-next&gt;div span {

    width: 44px;

    height: 44px;

    line-height: 44px;

    text-align: center;

    border-radius: 50%;

    background: rgba(0, 0, 0, .3);

    text-indent: 0;

    -webkit-transition: all .5s;

    transition: all .5s;

    position: absolute;

    right: 0;

    top: 0;

}



.case-detail-info .preview-prve.on {

    width: 142px;

    background: #2e2e2e;

}



.case-detail-info .preview-next.on {

    width: 142px;

    background: #2e2e2e;

    text-indent: -30px;

}



.case-detail-info .preview-prve&gt;div a {

    font-size: 0;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: 999;

    background: #fff;

    opacity: 0;

}



.case-detail-info .preview-prve&gt;div span {

    width: 44px;

    height: 44px;

    line-height: 44px;

    text-align: center;

    border-radius: 50%;

    background: rgba(0, 0, 0, .3);

    text-indent: 0;

    -webkit-transition: all .5s;

    transition: all .5s;

    position: absolute;

    left: 0;

    top: 0;

}



.case-detail-info .preview-next&gt;div:hover span {

    background: #0077b0

}



.case-detail-info .preview-prve&gt;div:hover span {

    background: #0077b0

}



.case-detail-info .preview-next {

    width: 44px;

    height: 44px;

    border-radius: 25px;

    line-height: 44px;

    color: #fff;

    font-size: 12px;

    text-indent: -120px;

    position: fixed;

    right: 100px;

    bottom: 36%;

    text-align: center;

    overflow: hidden;

    -webkit-transition: all .5s;

    transition: all .5s;

}



.info-wrap{ line-height: 32px; }



.page-banner .wz {

    position: absolute;

    width: 1200px;

    padding: 0 15px;

    text-align: center;

    height: 110px;

    top: 40%;

    right: 0;

    left: 0;

    margin: auto;

    color: #fff;

}



.want-buy {

    text-align: center;

    margin-top: 20px;

    margin-bottom: 30px;

}



.want-buy a {

    font-size: 17px;

    padding: 0 20px;

    line-height: 40px;

    background: #0077b0;

    border-radius: 2px;

    color: #fff;

    display: inline-block;

}





.gotop {

    width: 40px;

    height: 40px;

    background: url(../images/gotop.png) no-repeat center;

    background-size: contain;

    position: fixed;

    right: 5px;

    bottom: 50px;

    cursor: pointer;

    display: none;

    transition: all .5s;

    z-index: 30;

    opacity: 1 !important;

}





.fadeIn {

    opacity: 0;

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transition-delay: .2s;

    transition-delay: .2s;

}



.fadeInUp {

    opacity: 0;

    -webkit-transform: translate3d(0, 20px, 0);

    transform: translate3d(0, 20px, 0);

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transition-delay: .2s;

    transition-delay: .2s;

}



.fadeInDown {

    opacity: 0;

    -webkit-transform: translate3d(0, -20px, 0);

    transform: translate3d(0, -20px, 0);

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transition-delay: .2s;

    transition-delay: .2s;

}



.fadeInLeft {

    opacity: 0;

    -webkit-transform: translate3d(-20px, 0, 0);

    transform: translate3d(-20px, 0, 0);

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transition-delay: .2s;

    transition-delay: .2s;

}



.fadeInRight {

    opacity: 0;

    -webkit-transform: translate3d(20px, 0, 0);

    transform: translate3d(20px, 0, 0);

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transition-delay: .2s;

    transition-delay: .2s;

}



.zoomIn {

    opacity: 0;

    -webkit-transform: scale3d(.9, .9, .9);

    transform: scale3d(.9, .9, .9);

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transition-delay: .2s;

    transition-delay: .2s;

}



.animated {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

}



.container{ width: 1200px; margin:0 auto; display: block; }





/*左侧工具条*/

#toolbar {

    position: fixed;

    z-index: 9999;

    right: 5px;

    bottom: 15%;

}



#toolbar li {

    margin-bottom: 3px;

    font-size: 0;

    width: 57px;

    height: 57px;

    right: 0;

    position: relative;

}



#toolbar li a {

    display: block;

    position: absolute;

    z-index: 9;

    right: 0;

    top: 0;

    width: 57px;

    height: 57px;

    overflow: hidden;

    background: #ce161e;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;

    white-space: nowrap;

    font-size: 0;

}



#toolbar li .icon-font {

    display: inline-block;

    vertical-align: middle;

    width: 57px;

    height: 57px;

    background-color: #d9d9d9;

}



#toolbar li .icon-qq:after {

    background-position: 0 -150px;

}



#toolbar li .icon-phone:after {

    background-position: 0 -90px;

}



#toolbar li .icon-ewm:after {

    background-position: 0 -30px;

}



#toolbar li .icon-message:after {

    background-position: 0 -120px;

}



#toolbar li .icon-top:after {

    background-position: 0 -60px;

}



#toolbar li .icon-wangwang:after {

    background-position: 0 0;

}



#toolbar li .wz {

    display: inline-block;

    line-height: 57px;

    font-size: 14px;

    color: #fff;

    vertical-align: middle;

    padding-left: 10px;

}



#toolbar li.ewm .ewm-box {

    position: absolute;

    z-index: 1;

    padding: 5px;

    background: #ce161e;

    width: 110px;

    right: 120%;

    bottom: 0;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateX(100%);

    transform: translateX(100%);

    -webkit-transition: all .7s;

    transition: all .7s;

}



#toolbar li.ewm .ewm-box p {

    margin-bottom: 0;

}



#toolbar li.ewm .ewm-box img {

    max-width: 100%;

}



#toolbar li.ewm .ewm-box:after {

    content: '';

    position: absolute;

    right: -5px;

    bottom: 20px;

    width: 0;

    height: 0;

    line-height: 0;

    font-size: 0;

    overflow: hidden;

    border-width: 5px;

    cursor: pointer;

    border-style: dashed dashed dashed solid;

    border-color: transparent transparent transparent #ce161e;

    border-right: none;

}



#toolbar li.ewm:hover .icon {

    background-position: -57px -180px;

}



#toolbar li.ewm:hover .ewm-box {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    transform: translateY(0);

}



#toolbar li.backtop {

    cursor: pointer;

}



#toolbar li.backtop .iconfont {

    color: #fff;

    background-color: #ce161e;

}



#toolbar li:hover a {

    width: 200px;

}



#toolbar li:hover .icon-font {

    background-color: #ce161e;

}



#toolbar li:hover .icon-qq:after {

    background-position: -30px -150px;

}



#toolbar li:hover .icon-phone:after {

    background-position: -30px -90px;

}



#toolbar li:hover .icon-ewm:after {

    background-position: -30px -30px;

}



#toolbar li:hover .icon-message:after {

    background-position: -30px -120px;

}



#toolbar li:hover .icon-wangwang:after {

    background-position: -30px 0;

}



#toolbar li:hover .icon-top:after {

    background-position: -30px -60px;

}



.icon-font:after {

    content: "";

    width: 30px;

    height: 30px;

    background-image: url(../images/icon_spirit.png);

    background-repeat: no-repeat;

    position: absolute;

    left: calc(50% - 15px);

    top: calc(50% - 15px);

}



.icon-font {

    position: relative;

}



@media (max-width: 990px) {

    #toolbar {

        display: none;

    }

}





.pageBanner{ position:relative;}

.pageBanner .imgDiv{ width: 100%; display: block; overflow: hidden; }

.pageBanner .imgDiv img{ display: block;     -webkit-animation: banner_inside 20s ease 1 forwards;

    -moz-animation: banner_inside 20s ease 1 forwards;

    -o-animation: banner_inside 20s ease 1 forwards;

    animation: banner_inside 20s ease 1 forwards;   }





@-webkit-keyframes banner_inside {

    from {

        -webkit-transform: scale(1.23);

        transform: scale(1.23);

    }



    to {

        -webkit-transform: scale(1);

        transform: scale(1);

    }



}



@-moz-keyframes banner_inside {

    from {

        -moz-transform: scale(1.23);

        transform: scale(1.23);

    }



    to {

        -moz-transform: scale(1);

        transform: scale(1);

    }



}



@-o-keyframes banner_inside {



    from {

        -o-transform: scale(1.23);

        transform: scale(1.23);

    }



    to {

        -o-transform: scale(1);

        transform: scale(1);

    }



}



@keyframes banner_inside {



    from {

        -webkit-transform: scale(1.23);

        -moz-transform: scale(1.23);

        -o-transform: scale(1.23);

        transform: scale(1.23);

    }



    to {

        -webkit-transform: scale(1);

        -moz-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }



}





.pageBanner .sxdDiv{ position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); z-index: 5;}

.pageBanner .wenDiv{ color: #fff; text-align: center;}

.pageBanner .wen1{ font-size:48px; line-height: 48px; height: 0.8rem; position: relative;}

.pageBanner .wen1:after{ content: ''; width: 30px; height: 2px; background: #fff; position: absolute; left: 50%; margin-left: -15px; bottom: 0; }

.pageBanner .wen2{ font-size: 14px; padding-top: 0.6rem; }







/* 公司新闻  */

.tj_news01{  display: block; overflow: hidden; background: #f7f7f7; }

.xinwen01{display: block;

    overflow: hidden;  

    position: relative;

    padding-bottom: 10px; }

.xinwen01 .swiper-slide{display: block; overflow: hidden;width: 100%; }

.xinwen01 .swiper-slide dl{display: block; overflow: hidden; padding: 35px;}

.xinwen01 .swiper-slide dl dt{ float: left; display: block; overflow: hidden; width: 35%; }

.xinwen01 .swiper-slide dl dt img{ display: block; width: 100%; }

.xinwen01 .swiper-slide dl dd{ width: 62%;display: block; overflow: hidden; padding:30px 0 0; float: right; }

.xinwen01 .swiper-slide dl dd h3{ font-size: 24px; color: #000; line-height: 45px; }

.xinwen01 .swiper-slide dl dd hr{ width: 30px; height: 2px; background: #000; border:none; margin: 10px 0; }

.xinwen01 .swiper-slide dl dd p{ font-size: 16px; color: #666666; line-height: 30px; }

.xinwen01 .swiper-slide dl dd span{ width: 160px; background: #fecc2b; text-align: center; font-size: 16px; color: #000; margin-top: 15px; display: block; padding: 8px 0 }

.news_list03{ margin: 50px 0; display: block; overflow: hidden; }

.news_list03 dl{ width: 32%; margin-right: 2%;display: block; overflow: hidden; margin-bottom: 25px; float: left }

.news_list03 dl dt{  display: block; overflow: hidden; height: 250px;

    border: 1px solid #eee;}

.news_list03 dl dt img{ display: block;   

       width: 100%; margin: 0 auto;}

.news_list03 dl:nth-child(3n){ margin-right: 0; }

.news_list03 dl dd{ padding: 20px; display: block; overflow: hidden; border:1px solid #e8e8e8;}

.news_list03 dl dd h3{ font-size: 16px; color: #040404; line-height: 36px; font-weight: normal; }

.news_list03 dl dd i{ font-size: 14px; color: #a1a1a1; line-height: 16px; font-style: normal; margin-bottom: 15px; display: block;}

.news_list03 dl dd .n_date01{ padding-top: 12px; border-top:1px solid #e5e5e5; display: block; overflow: hidden;}

.news_list03 dl dd .n_date01 p{ float: left; font-size: 14px; color: #373737; text-transform: uppercase;}

.news_list03 dl dd .n_date01 span{ float: right; margin-right: 10px; }



.container02 {

    width: 1200px;

    margin: 0 auto;

    display: block;

}



.position01 {

    width: 100%;

    display: block;

    overflow: hidden;

    border-bottom: 1px solid #e5e5e5;

    padding: 20px 0;



}



.position01 p {

    padding-left: 30px;

    background: url(../images/positions.png) left no-repeat;

    font-size: 14px;

    color: #3d3d3d;

    line-height: 40px;

}



.position01 span {

    font-size: 14px;

    color: #171717;

    padding-left: 25px;

    background: url(../images/back.png) left no-repeat;

    line-height: 28px;

}





.banner02 {

    width: 500px;

    overflow: hidden;

    border: 1px solid #979797;

    background: #fff;

}



.large_box {

    /* margin-bottom: 10px; */

    height: 400px;

    overflow: hidden;

    margin: 25px;

    width: 450px;

}



.large_box li {

    width: 450px;

    height: 400px;

    display: block;

    overflow: hidden;

}



.large_box img {

    display: block;

    margin: 0 auto;

    max-width: 100%;

    max-height: 100%;

}



.small_box {

    height: 73px;

    overflow: hidden;

    padding: 10px;

    border-top: 1px solid #ccc;

}



.small_list {

    position: relative;

    float: left;

    width: 320px;

    height: 73px;

    overflow: hidden;

}



.small_list ul {

    height: 64px;

    overflow: hidden;

}



.small_list ul li {

    position: relative;

    float: left;

    margin-right: 10px;

    width: 64px;

}



.small_list ul li img {

    display: block;

    height: 30px;

    margin: 20px auto;

}



.small_list ul li .bun_bg {

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 64px;

    height: 73px;

    background: #000;

    filter: alpha(opacity=60);

    -moz-opacity: 0.6;

    -khtml-opacity: 0.6;

    opacity: 0.6;

}



.small_list ul li.on .bun_bg {

    display: block;

}



.btn02 {

    display: block;

    width: 20px;

    height: 73px;

    background-repeat: no-repeat;

    background-position: center center;

    cursor: pointer;

}



.left_btn {

    float: left;

    margin-right: 10px;

    background-image: url(../images/left_btn.png);

}



.right_btn {

    float: right;

    background-image: url(../images/right_btn.png);

}



.product-arr .dian {

    overflow: hidden;

    height: 50px;

}



.product-arr .p_zx {

    width: 150px;

    border: 1px solid #0061ae;

    display: block;

    margin-top: 15px;

    text-align: center;

    overflow: hidden;

}



.product-arr .p_zx a {

    font-size: 16px;

    color: #0061ae;

    padding: 10px 0;

    display: block;

}



.product-arr .p_zx a:hover {

    background: #0061ae;

    color: #fff;

}





.p_show .met_nav {

    height: 45px;

    line-height: 45px;

    margin: 30px 0;

    border: 1px solid #ddd

}



.p_show .met_nav li {

    float: left;

    list-style: none;

    border-right: 1px solid #ddd;

    cursor: pointer

}



.p_show .met_nav li a {

    display: block;

    padding: 0 40px

}



.p_show .met_nav li.met_now,

#showproduct .met_nav li.met_hover {

    background: #f7f8fa

}



.tab-hd2 li {

    padding: 0 40px;

}



.p_show .met_nav li.active02 {

    background: #d12b28;

    color: #fff;

}





.tj_case {

    display: block;

    overflow: hidden;

}



.tj_title {

    width: 100%;

    border-bottom: 1px solid #cccccc;

    display: block;

    overflow: hidden;

    padding-bottom: 10px;

}



.tj_title h3 {

    font-size: 24px;

    border-left: 8px solid #2a59a7;

    float: left;

    display: block;

    line-height: 30px;

    font-weight: normal;

    padding-left: 20px;

}



.tj_news {

    padding: 40px 0;

    overflow: hidden;

}



.cplb_02 {

    padding: 40px 0;

    display: block;

    overflow: hidden;

}



.cplb_02 a:link,

.cplb_02 a:visited {

    color: #fff;

}



.cplb_02 a:active,

.cplb_02 a:hover {

    color: #fff;

}



.cplb_02 ul {

    margin-left: -1%;

}



.cplb_02 li {

        float: left;

    display: block;

    width: 24%;

    margin: 0px 0px 38px 1%;

    background-color: #f3f3f3;

    position: relative;}





.cplb_02 .item {

    padding: 15px 30px;

    position: relative;

}



.cplb_02 .img {

    position: relative;

    overflow: hidden;

    display: flex;

    width: 100%;

    height: 220px;

    justify-content: center;

    align-items: center;

}



.cplb_02 .img img {

    max-width: 100%;

    /* display: block; */

    transition: 600ms;

    -webkit-transition: 600ms;

    -ms-transition: 600ms;

    max-height: 100%;

}



.cplb_02 .black {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background: url(../images/black_50.png) repeat;

    background: none rgba(0, 0, 0, 0.5);

    opacity: 0;

    visibility: hidden;

}



.cplb_02 .ntype {

    position: absolute;

    left: 0px;

    top: 0px;

    padding: 2px 15px;

    background-color: #1b2e7c;

    color: #fff;

}



.cplb_02 .t {

    font-size: 16px;

    line-height: 1.4;

    color: #3E3E3E;

    height: 30px;

    overflow: hidden;

    margin: 16px 0px 10px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}



.cplb_02 .bot {

    color: #999;

    font-family: arial, helvetica, sans-serif;

}



.ntime {

    background: url(../images/new_i1.png) no-repeat scroll left center;

    padding: 2px 0px 2px 22px;

    margin-right: 12px;

}



.nease {

    background: url(../images/new_i2.png) no-repeat scroll left center;

    padding: 2px 0px 2px 28px;

}



.cplb_02 .blueBg {

    position: absolute;

    left: 0px;

    bottom: 0px;

    width: 100%;

    height: 0%;

    background-color: #808080;

    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;

    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;

}



.cplb_02 .linkA {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: block;

}



.cplb_02 li:hover .blueBg {

    height: 100%;

}



.cplb_02 li:hover .ntype {

    background-color: #fff;

    color: #215bab;

}



.cplb_02 li:hover .t,

.cplb_02 li:hover .bot {

    color: #fff;

}



.cplb_02 li:hover .bot .ntime {

    background-image: url(../images/new_i12.png);

}



.cplb_02 li:hover .bot .nease {

    background-image: url(../images/new_i22.png);

}



.cplb_02 li:hover .black {

    opacity: 1;

    visibility: visible;

}



.cplb_02 li:hover .img img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

}



@media (max-width: 1520px){

#flash .swiper-slide .img img {

    width: 100%;

}

.pageBanner .imgDiv img{ max-width:100%; }

}



.honolist{ list-style: none; display: block; overflow: hidden;margin-top:40px; }

.honolist li{    width: 23%;

    float: left;

    display: block;

    overflow: hidden;

    background: #fff;

    /* padding: 0 20px; */

    box-shadow: 1px 1px 10px #ddd;

    margin: 10px 15px;

    box-sizing: border-box;

    border-radius: 10px;

}

.honolist li:nth-child(4n){ margin-right: 0; }

.honolist li .case_img{padding: 20px; display: block;}

.honolist li img{ max-width: 100%; display: block; margin: 0 auto;}



.wz01{ padding:30px 0; overflow: hidden; }







.case_list02 {

   

    display: block;

    overflow: hidden;

}



.case_list02 ul {

    list-style: none;

    display: block;

    overflow: hidden;

}



.case_list02 ul li {

    width: 23%;

    margin-right: 2%;

    margin-bottom: 20px;

    margin-top: 10px;

    display: block;

    float: left;

}



.case_list02 ul li:nth-child(4n) {

    margin-right: 0;

}



.case_list02 ul li .c_img {

    padding: 3px;

    background: #fff;

    border: 1px solid #ccc;

    display: flex;

    overflow: hidden;

    box-sizing: border-box;

    width: 100%;

    justify-content: center;

    align-items: center;

    height: 280px;

}



.case_list02 ul li .c_img img {

    max-width: 100%;

    max-height: 100%;

}



.case_list02 ul li p {

    text-align: center;

    font-size: 16px;

    line-height: 50px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    padding: 0 10px;

    background: #ececec;

}



.case_list02 ul li:hover p {
    background: #d71820;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}






.case_list_article {

    margin: 40px 0;

    display: block;

    overflow: hidden;

}



.case_list_article ul {

    list-style: none;

    display: block;

    overflow: hidden;

}



.case_list_article ul li {

    width: 18%;

    margin-right: 2.2%;

    float: left;

    display: block;

    overflow: hidden;

    border: 1px solid #ccc;

    margin-bottom: 30px;

}



.case_list_article ul li .c_img {

    display: block;

    margin: 5px;

    overflow: hidden;

}



.case_list_article ul li:nth-child(5n) {

    margin-right: 0;

}



.case_list_article ul li .c_img img {

    display: block;

    max-width: 100%;

    margin: 0 auto;

}



.case_list_article ul li p {

    background: #ccc;

    line-height: 50px;

    text-align: center;

    color: #000;

}



.case_list_article ul li:hover {

    -webkit-animation: doudong 1s ease;

    animation: doudong 1s ease;

}



.case_list_article ul li:hover p {

    background: #0051a0;

    color: #fff;

}











@-webkit-keyframes doudong {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }



    20% {

        -webkit-transform: translateY(6px);

        transform: translateY(6px);

    }



    40% {

        -webkit-transform: translateY(-6px);

        transform: translateY(-6px);

    }



    60% {

        -webkit-transform: translateY(3px);

        transform: translateY(3px);

    }



    80% {

        -webkit-transform: translateY(-3px);

        transform: translateY(-3px);

    }



    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

}



@keyframes doudong {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }



    20% {

        -webkit-transform: translateY(6px);

        transform: translateY(6px);

    }



    40% {

        -webkit-transform: translateY(-6px);

        transform: translateY(-6px);

    }



    60% {

        -webkit-transform: translateY(3px);

        transform: translateY(3px);

    }



    80% {

        -webkit-transform: translateY(-3px);

        transform: translateY(-3px);

    }



    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

}









.news_02 {

    display: block;

    overflow: hidden;

}



.news_02 dl {

    padding: 20px;

    display: block;

    overflow: hidden;

    margin-bottom: 30px;

    border: 1px solid #e8e8e8;

}



.news_02 dl dt {

    width: 25%;

    display: block;

    overflow: hidden;

    float: left;

}



.news_02 dl dt img {

    display: block;

    max-width: 100%;

    height: 185px;

    margin: 0 auto;

}



.news_02 dl dd {

    float: right;

    width: 73%;

    display: block;

    overflow: hidden;

    padding: 20px 0 0;

}



.news_02 dl dd .ne_text {

    width: 70%;

    display: block;

    overflow: hidden;

}



.news_02 dl dd .ne_text h3 {

    color: #323232;

    line-height: 34px;

}



.news_02 dl dd .ne_text p {

    line-height: 28px;

    margin-top: 8px;

}



.news_02 dl dd .ne_date {

    width: 15%;

    overflow: hidden;

    padding-top: 10px;

}



.news_02 dl dd .ne_date h3 {

    font-size: 36px;

    color: #0051a0;

    font-weight: normal;

    line-height: 40px;

}



.news_02 dl dd .ne_date p {

    font-size: 20px;

    color: #0051a0;

    line-height: 32px;

}



.news_02 dl:hover {

    border: 1px solid #0051a0;

}



.news_02 dl:hover dd .ne_text h3 {

    color: #0051a0;

}



.details_swiper {

    margin-bottom: 30px;

}



.album-small {

    position: relative;

    width: 100%;

    padding: 0 30px;

    margin-top: 15px;

    box-sizing: border-box;

}



.album-small .swiper-container {

    position: static;

}

.album-small .swiper-slide{ display: block;}

.album-small .swiper-slide img{ max-width: 100%; display: block; overflow: hidden; position: relative; }

.album-small .swiper-slide:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    border: 1px solid #4797d1;

    opacity: 0;

    transition: all 0.5s;
    box-sizing: border-box;

}



.album-small .swiper-slide-thumb-active:after {

    opacity: 1;

}



.gallery-thumbs .swiper-button-prev,

.gallery-thumbs .swiper-button-next {

    width: 30px;

    height: 100%;

    top: 40%;

    margin-top: 0;

    background-size: auto 20px;

    opacity: 1;

}



.gallery-thumbs .swiper-button-prev {

    left: 0;

    background: url(../images/ico_fl2.png) no-repeat;

    

}

.gallery-thumbs .swiper-button-prev:after{ content: '' }

.gallery-thumbs .swiper-button-next:after{ content: '' }

.gallery-thumbs .swiper-button-prev.swiper-button-disabled {

    opacity: 0.8;

}



.gallery-thumbs .swiper-button-next {

    right: 0;

    background: url(../images/ico_fr2.png) no-repeat;

}



.gallery-thumbs .swiper-button-next.swiper-button-disabled {

    opacity: 0.8;

}



.detail_box {

    padding-bottom: 128px;

    position: relative;

    z-index: 100;

}



.detail_box .dtop {

    background: #f6f6f6;

    height: 80px;

    width: 100%;

}



.detail_box .dtop.fix {

    position: fixed;

    left: 0;

    top: 0;

    z-index: 100;

}



.detail_box .dtop .dtop_cen .pos {

    float: left;

}



.detail_box .dtop .dtop_cen .pos a {

    display: block;

    float: left;

    width: 200px;

    height: 80px;

    font-size: 18px;

    line-height: 80px;

    color: #333;

    text-align: center;

    transition: all 0.5s ease;

}



.detail_box .dtop .dtop_cen .pos a.active {

    background: #2a59a7;

    color: #fff;

    font-weight: bold;

}



.detail_box .dtop .dtop_cen .pos a:hover {

    background: #2a59a7;

    color: #fff;

    font-weight: bold;

}



.detail_box .dtop .dtop_cen .return {

    display: block;

    float: right;

    width: 200px;

    background: #e1e1e1;

    height: 80px;

    text-align: center;

}



.detail_box .dtop .dtop_cen .return:hover .txt {

    color: #2a59a7;

}



.detail_box .dtop .dtop_cen .return:hover .ico {

    transform: translateX(10px);

}



.detail_box .dtop .dtop_cen .return .txt {

    font-size: 16px;

    line-height: 80px;

    color: #666;

    display: inline-block;

    vertical-align: middle;

    margin: 0 4px;

    transition: all 0.5s;

}



.detail_box .dtop .dtop_cen .return .ico {

    width: 19px;

    height: 15px;

    background: url(../images/fh.png) no-repeat;

    display: inline-block;

    margin: 0 4px;

    transition: all 0.5s;

    vertical-align: middle;

}



.detail_box .container .box {

    padding-top: 67px;

}



.detail_box .container .box .t {

    font-size: 24px;

    line-height: 50px;

    color: #333;

    font-weight: bold;

}



.detail_box .container .box .pic {

    margin-top: 35px;

}



.detail_box .container .box .pic img {

    max-width: 100%;

}



.detail_box .container .box .table {

    margin-top: 22px;

}



.detail_box .container .box .table table {

    width: 100%;

}



.detail_box .container .box .table table tr td {

    border: 1px solid #e1e1e1 !important;

    padding: 15px 50px !important;

    box-sizing: border-box;

    font-size: 16px;

    line-height: 32px;

    font-family: "Microsoft Yahei" !important;

    color: #333;

}



.detail_box .container .box .table table tr td p span {

    font-size: 16px !important;

    font-family: "Microsoft Yahei" !important;

    line-height: 32px !important;

}



.detail_box .container .box .table table tr td.bg {

    background: #f6f6f6 !important;

}



.detail_box .container .box .table table tr td.tit {

    font-size: 20px;

    line-height: 30px;

    color: #333 !important;

    font-weight: bold !important;

    text-align: center;

    font-family: "Microsoft Yahei" !important;

}



.detail_box .container .box .table table tr td.tit p,

.detail_box .container .box .table table tr td.tit span {

    font-size: 20px !important;

    font-family: "Microsoft Yahei" !important;

    line-height: 30px !important;

    color: #333 !important;

}



.detail_box .container .box .con {

    margin-top: 18px;

    font-size: 16px;

    line-height: 30px;

    color: #666;

}



.detail_box .container .box .con img{

    max-width: 1110px;

}



.detail_box .container .box .con p {

    padding-left: 15px;

}





.products{ display: block; overflow: hidden; }

.products dl{ width: 48%; float: left; margin-right: 2%; display: block; overflow: hidden; margin-bottom: 30px; }

.products dl a {

    width: 100%;

    height: 430px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    overflow: hidden;

    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.18);

    box-shadow: 0 0 15px 0 rgba(0,0,0,0.18);

    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    background: url(../images/pro_bg.jpg) no-repeat;

}



.products dl  a .txt{width: 50%;

    padding: 40px 0 40px 40px;

    position: relative;

    z-index: 2;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;}

.products dl a .txt .title{ background: url(../images/bt_bg.png) no-repeat; width: 380px; height: 118px;

  position: absolute; top:0; left:0; padding:30px 0 0 40px; box-sizing: border-box;  text-align: left;font-size: 24px; color: #fff; }

.products dl a .txt .title .t{ font-weight: bold; display: block; }

.products dl a .txt .title span{   }

.products dl a .txt .des{   position: absolute; top:40%;

  padding-right: 40px; text-align: left;

    font-size: 14px;

    line-height: 26px;

    color: #666;}

.products dl a .txt .des p{ margin: 0 0 10px; text-align: justify;}

.products dl a .txt .des p strong{ font-size: 18px;  }

.products dl a .txt .more{ width: 145px; border:1px solid #ccc; display: block;  position: absolute; 

  bottom:12%; background: #fff; border-radius: 5px;padding:8px 0; font-size: 14px; color: #656565;text-align: center; }

.products dl a .txt .more:before {

    content: '';

    position: absolute;

    width: 0;

    height: 100%;

    left: 0;

    top: 0;

    background: #ce161e;

    transition: all 0.5s cubic-bezier(.52, 1.64, .37, .66) 0s;

}

.products dl a:hover .txt .more:before{ width: 100%; }

.products dl a .txt .more span{ position: relative; color: #656565; }

.products dl a:hover .txt .more span{ color: #fff; }



.products dl a .img{ width: 48%;

    -webkit-align-self: flex-end;

    -ms-flex-item-align: end;

    align-self: flex-end;

    margin-bottom: 20px;

    position: relative;

    z-index: 2;

    margin-right: 2%;}

.products dl a:hover{ box-shadow: 0 0 15px 0 rgba(0,0,0,0.35);}

.products dl a .img img{ max-width: 95%; display: block; }







.downloadList1 {

    padding-bottom: 3%;

}



.downloadList1 li {

    margin-bottom: 20px;

    width: 49%; float: left; margin-right: 2%;

    background: #fff;

}

.downloadList1 li:nth-child(2n){ margin-right: 0; }

.downloadList1 li a {

    display: block;

    padding: 20px 110px 20px 20px;

    position: relative;

    border: 1px solid #CCCCCC;

    color: #333333;

}



.downloadList1 li a h5 {

    margin-bottom: 16px;

    line-height: 20px;

    font-weight: normal;

}



.downloadList1 li a span {

    display: block;

    line-height: 1;

    color: #999999;

}



.downloadList1 li a .btn {

    position: absolute;

    right: 30px;

    top: 50%;

    color: #fff;

    line-height: 24px;

    padding-left: 32px;

    background: url(../images/download.svg) no-repeat left center;

    filter: brightness(0) invert(1);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}



.downloadList1 li a:hover {

    border-color: #ce161e;

    background: #ce161e;

    color: #fff;

}



.downloadList1 li a:hover span {

    color: #FFFFFF;

    opacity: 0.6;

}

</pre></body></html>